feat: add OpenAI gpt-oss models to Amazon Bedrock dropdown #6783
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds the new OpenAI gpt-oss models to the Amazon Bedrock dropdown menu as requested in #6752.
Changes
Added
openai.gpt-oss-20b-1:0model configurationAdded
openai.gpt-oss-120b-1:0model configurationTesting
Related Issues
Fixes #6752
Screenshots
The models will now appear in the Amazon Bedrock dropdown when selecting a model.
cc @daniel-lxs - The gpt-oss models have been added! 🍪
Important
Adds OpenAI gpt-oss models
20b-1:0and120b-1:0to Amazon Bedrock dropdown inbedrock.ts, addressing issue #6752.openai.gpt-oss-20b-1:0andopenai.gpt-oss-120b-1:0added tobedrockModelsinbedrock.ts.openai.gpt-oss-20b-1:0: 20B parameters, low latency, 128K context, 8192 max tokens.openai.gpt-oss-120b-1:0: 120B parameters, high-reasoning, 128K context, 8192 max tokens.This description was created by
for f724632. You can customize this summary. It will automatically update as commits are pushed.